home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
TinyGL
/
ami
/
content
/
ad709
/
tinygl
/
examples
/
asm
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2002-08-15
|
132 b
|
10 lines
INCLUDEDIR = /ami/lang/asm/include/
all: basicframework
basicframework:
asm -I $(INCLUDEDIR) basicframework.asm
clean:
rm *.00